.header-image img {
  display: block;
  width: 100%;
}

.links-nav-wrapper {
  background-color: #1B1B1B;
}

.links-nav-wrapper img {
  display: block;
  margin: 0px auto;
}

.links-nav-wrapper table {
  table-layout: fixed;
  width: 100%;
}

.links-nav-wrapper .show-on-hover {
  display: none;
}

.links-nav-wrapper a:hover .hide-on-hover {
  display: none;
}

.links-nav-wrapper a:hover .show-on-hover {
  display: block;
}


.feed-options,
.comment-options {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;	
}

.comment-options a {
  display: inline-block;
  font-size: 18px;
  color: #B3B3B3;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.remove-comment:before {
  font-family: 'chilfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.remove-comment:before {
  content: "\e642";
}

.widget-content.categies-list h4 {
  text-align: center;
  margin-top: 20px;
  border-bottom: 1px solid #D0D0D0;
  border-top: 1px solid #D0D0D0;
  margin-bottom: 10px;
  padding-top: 10px;
}

.widget-content.categies-list li {
  list-style: none;
}

.widget-content.categies-list li a {
  display: block;
  padding: 5px 0px;
}

.members-list .flexbox-info {
  display: none;
}

/*------

NUEVA PÁGINA

------*/

/*______   RESET   ______*/

.header-veil:before {
  content: none;
}

.header-title-holder h1,
.header-title-holder h2 {
  text-shadow: none;
}

/*Reset*/

.postpage-summary p {
  font-weight: 600;
}

/*#page-post .item-author {
padding-bottom: 16px;
border-bottom: 1px solid #DADADA;
}*/

.item-categories a {
  color: #707d85;
  border: 1px solid;
  display: inline-block;
  padding: 3px 16px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 14px;
}

.widget-content .post-panel h4 {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 6px;
}

.post-panel .flexbox-info {
  padding: 16px;
  background-color: #FFF;
}


.post-panel {
  position: relative;
}

.post-panel .flexbox-hero {
  margin-right: 20px;
}

.item-options {
  left: auto;
  right: 0px;
}

.post-panel .flexbox-info:before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  top: 16px;
  left: -20px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #FFF transparent transparent;
}

.post-panel.warning-post .flexbox-hero {
  width: 80px;
  min-width: 80px;
  height: 80px;
}

.post-panel.warning-post .flexbox-info {
  background-color: #adcc60;
}

.post-panel.warning-post .flexbox-info p {
  color: #505050;
}
.post-panel.warning-post .flexbox-info h4 {
  border-color: #FFF;
  color: #FFF;
}

.post-panel.warning-post .flexbox-info:before {
  border-color: transparent #adcc60 transparent transparent;
}

#calendar .ui-datepicker tbody td.highlight>a {
  background-color: #adcc60;
}


#calendar .ui-datepicker tbody td.endhighlight>a {
  background-color: #b5c58e;
}

.actor-panel img {
  border: 1px solid #E4E4E4;
}

.actor-panel {
  padding-right: 26px;
}

.actor-panel p {
  margin-bottom: 6px;
}

.actor-panel .flexbox-hero {
  width: 60px;
  min-width: 60px;
  height: 60px;
}

.actor-panel h4 {
  padding-bottom: 0px;
}

.actor-panel .flexbox-panel {
  margin-bottom: 0px;
}

.actor-panel:hover {
  background-color: #eeffc3;
}

.actorsearch {
  background-color: #FFF;
  margin-bottom: 20px;
  position: relative;
}

.actorsearch input {
  padding: 6px 160px 7px 20px;
  line-height: 26px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.actorsearch button {
  top: 1px;
  right: 1px;
}

.actorsearch button:focus {
  outline: none;
}

.actorsearch input {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}

.actorsearch input:focus {
  box-shadow: 0 0 5px rgba(234, 251, 182, 1);
  border: 1px solid rgba(234, 251, 182, 1);
}

.item-attachment img {
  display: block;
}

.item-attachment .attachment-type {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}

.item-attachment .attachment-type i {
  display: inline-block;
  width: 28px;
  height: 28px;
  color: #FFF;
  background-color: #ffa3c3;
  line-height: 28px;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
}

.item-attachment > div {
  border: 1px solid #D6D6D6;	
}

.item-attachment .coverbox {
  display: none;
  padding: 4px;
  padding-left: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.6);
  color: #FFF;
}

.item-attachment .coverbox p {
  margin-bottom: 4px;
}

.item-attachment .coverbox * {
  color: #FFF;
}

.item-attachment .coverbox i {
  font-size: 26px;
}

.item-attachment:hover .coverbox {
  display: block;
}


.post-submitted {
  padding: 20px;
  padding-right: 80px;
  color: #58923a;
  border: 1px solid #58923a;
  background-color: #dcf9cd;
  font-size: 16px;
  position: relative;
}

.post-submitted i{
  display: inline-block;
  padding: 16px;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #58923a;
  font-size: 16px;
}

.login-button .ch-button-active {
  color: #FFF;
  border: 1px solid #FFF;
  background-color: transparent;
}

.login-button .ch-button-active i {
  color: #FFF;
}

.login-button .ch-button-active:hover {
  background-color: #FFF;
  color: #505050;
}

.login-button .ch-button-active:hover i {
  color: #505050;
}

.widget-content.dark-widget {
  background-color: #505050;
}

.widget-content.dark-widget h2{
  color: #f19914;
  margin-bottom: 0px;
}

.talk-categories a {
  display: inline-block;
  padding: 6px 12px;
  line-height: 16px;
  background-color: #FFF;
  color: #f19914;
  border-radius: 14px;
  margin: 2px;
}
.talk-categories a.selected,
.talk-categories a:hover {
  color: #FFF;
  background-color: #f19914;
}

@media (max-width: 767px) {
  .post-panel .flexbox-hero {
    display: none;
  }
  .post-panel .flexbox-info:before {
    content: none;
  }
}

.event-panel .flexbox-hero {
  width: 86px;
  min-width: 86px;
}

.event-panel .flexbox-hero span {
  display: inline;
}
